home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
101-125
/
scopedisk120
/
iconj
/
readit
< prev
next >
Wrap
AmigaDOS Script File
|
1995-03-19
|
585b
|
19 lines
.key myself/a,junk1,junk2,junk3 ; junks allow ignoring multiple selections
; example of IconJ generic script
; the METOO switch of the PATHS= tool type must be set
if exists sys:utilities/more
sys:utilities/more <myself> ; this is where Commodore puts it
else
if exists c:more
c:more <myself> ; this is where lots of folks put it
else
if exists c:less
c:less <myself> ; some people don't want more
else
c:type <myself> ; and some people don't want less either
endif
endif
endif